debian/log-reftests.py: Remove wrong wayland paths
authorMarco Trevisan (Treviño) <mail@3v1n0.net>
Fri, 9 Jul 2021 16:19:43 +0000 (18:19 +0200)
committerMarco Trevisan (Treviño) <marco@ubuntu.com>
Fri, 9 Jul 2021 16:19:43 +0000 (18:19 +0200)
debian/log-reftests.py

index 50ff417cd8a27e2d28bf903ac88ff35fa4d878b6..b06c8d892f1a661204f374fcddb41d9a8c4d2d2b 100755 (executable)
@@ -11,11 +11,11 @@ if __name__ == '__main__':
         for outputs in (
             Path(
                 'debian', 'build', 'deb', 'testsuite', 'gsk', 'compare',
-                'opengl', 'x11', 'wayland'
+                'opengl', 'x11',
             ),
             Path(
                 'debian', 'build', 'deb', 'testsuite', 'gsk', 'compare',
-                'broadway', 'x11', 'wayland'
+                'broadway', 'x11',
             ),
         ):
             diff = (outputs / (node.stem + '.diff.png'))
@@ -39,7 +39,7 @@ if __name__ == '__main__':
         for outputs in (
             Path(
                 'debian', 'build', 'deb', 'testsuite', 'reftests',
-                'output', 'x11', 'wayland'
+                'output', 'x11',
             ),
         ):
             diff = (outputs / (ui.stem + '.diff.png'))